CommandX #					;x starting distance from CommandOffsetX value
CommandY #					;y starting distance from CommandOffsetY value
CommandWidth #					;width of command box
CommandHeight #					;height of command box
CommandBorderSize #
CommandTextSize #
CommandBGColor ######
CommandTextColor ######
CommandBorderColor ######
CommandTextFontFace {font name}
CommandNotMoveable				;disable drag
CommandNotAlwaysOnTop
CommandNoClearOnCommand				;does not erase command after it is executed
CommandHiddenOnStart				;show with !togglecommand
CommandClearOnHide				;erases command when box is hidden
CommandNoCursorChange				;stops cursor from changing to text select cursor
CommandSelectAllOnFocus				;selects everything in box when box gains focus
CommandHistoryEntries #				;number of history entries to keep
CommandSearchEngineList c:\path\to\engines.list
CommandNoWarnOnError				;does nothing when there is an error rather than display a dialog
CommandHistoryMenuEntries #			;number of history entries to keep in context menu
CommandNewestHistoryItemsOnTop			;puts newest history items at top of context menu
CommandUnixHistory				;changes history to up for previuos down for next
CommandContextMenuAboveBox			;use if you run your box at the bottom of the screen
CommandContextMenuExecute			;execute rather than copy a command from the context menu
CommandContextMenuOrder {012 in any order}	;0-history, 1-aliases, 2-search engines
CommandNoTabMicroComplete			;stops tab from selecting the next word
CommandClearHistoryOnStartup
CommandAssumeNetAddress				;if it can't find a command it will open in your browser
CommandExplorePaths				;opens directories in treed explorer window rather than folder view
CommandSelectAllOnMouseFocus			;selects everything in box when box gains focus by clicking
CommandNoAutoComplete				;turns off autocomplete
CommandCommaDelimiter				;changes decimals from periods to commas (European mode)
CommandTransparentEditBox			;makes the area where you type transparent to the background
CommandBackground c:\path\to\bg.bmp		;path to bg image, will look in images folder if path is not absolute
CommandRPNCalculator				;makes calculator use reverse polish notation (if you don't get it don't use it)
CommandTime "%{#}{character}"			;for most basic settings use CommandClock "%#c"
%a                 Abbreviated weekday name
%A                 Full weekday name
%b                 Abbreviated month name
%B                 Full month name
%c                 Date & time representation for current location
%d                 Day of month as number (01 - 31)
%H                 Hour in 24-Hour format (00 - 23)
%I                 Hour in 12-Hour format (01 - 12)
%j                 Day of year as number (001 - 366)
%m                 Month as number (01 - 12)
%M                 Minute as number (00 - 59)
%p                 AM / PM indicator for current location
%S                 Second as number (00 - 59)
%U                 Week of year as number, with Sunday as first day of the week (00 - 53)
%w                 Weekday as number, with Sunday as 0 (0 - 6)
%W                 Week of year as number, with Monday as first day of the week (00 - 53)
%x                 Date representation for current location
%X                 Time representation for current location
%y                 Year without century (two digits) (00 - 99)
%Y                 Year with century (four digits)
%z                 Time-zone name / abbreviation
%Z                 Same as %z
%%                 Percent sign
%#c                Long date & time representation for current location.
%#x                Long date representation only for current location.
%#d, %#H, %#I,     Remove leading zeros.
%#j, %#m, %#M,
%#S, %#U, %#w,
%#W, %#y, %#Y
CommandClockDisappearsOnFocus			;makes the clock disappear rather than pause when the box gains focus
CommandContextMenuStandardItems	{0,1,2}		;adds cut, copy, and paste to context menu, 0-off, 1-above LSXCommand specific menus, 2-below LSXCommand specific menus
CommandScrollWinAmpTitle			;scrolls the current WinAmp title if WinAmp's "Scroll Song Title in Windows Taskbar" preference is on, takes precedence over the clock (if the clock is on)
CommandSearchEngineBrowser C:\path\to\browser.exe	;browser used with search engines
CommandWinAmpDisappearsOnFocus			;makes the Winamp title disappear when the command box gains focus
CommandHideOnUnfocus				;hides LSXCommand when it loses keyboard focus
CommandTabFileComplete				;enables the completion of file names by using the tab key, you should also turn on CommandNoTabMicroComplete
CommandOffsetX {0,1,2}				;serves as starting point for CommandX, 0-start at extreme left, 1-start at center, 2-start at extreme right
CommandOffsetY {0,1,2}				;serves as starting point for CommandY, 0-start at extreme top, 1-start at middle, 2-start at extreme bottom
CommandBevelBorder
CommandAddExternalsToHistory			;adds any commands launched with the !Command !Bang command to the history, you might not want to use this if you use Alterscript
CommandBottomBorderSize				;use only when CommandBorderSize is not set, default is 2
CommandTopBorderSize				;use only when CommandBorderSize is not set, default is 2
CommandLeftBorderSize				;use only when CommandBorderSize is not set, default is 2
CommandRightBorderSize				;use only when CommandBorderSize is not set, default is 2
*CommandAlias aliasname c:\path\to\program.exe	;type in the aliasname and the program will launch
!ToggleCommand					;shows/hides the command box
!FocusCommand					;gives focus to command box
!CommandClearHistory				;clears history entries
!CommandRescanEngines				;rescans the engines.list file for changes
!CommandShowContextMenu				;shows context menu wherever cursor is
!Command {command}				;just like typing {command} into the command box, this lets you set predefined searches, etc.
!CommandShow					;shows command box but does not give it focus
!CommandHide					;hides command box
!CommandBrowseFile {arguments}			;brings up an Open Dialog Box to browse for a file for LSXCommand to open, accepts arguments which are used for filters e.g. !CommandBrowseFile All Text Files (*.txt, *.ini)|*.txt;*.ini
!CommandBrowseFolder				;brings up a folder selection dialog to select a folder to browse to
!CommandMove # # {home}				;moves the box # pixels to left/right and # pixels up/down, if there is only one # it is moved horizontally, if no parameters it is moved to the current cursor position, use this with CommandHideOnUnfocus, home moves it to the original step.rc position
!CommandSetText	{text}				;adds the {text} to the command box but does not execute it, i.e. !CommandSetText "?Altavista "
!CommandToggleTimer				;toggles whether the Winamp title or the clock takes precedence
;the following are commands for the LSXCommandClock module
CommandClockX #					;x starting distance from CommandClockOffsetX value
CommandClockY #					;y starting distance from CommandClockOffsetY value
CommandClockWidth #				;width of box
CommandClockHeight #				;height of box
CommandClockBorderSize #
CommandClockTextSize #
CommandClockBGColor ######
CommandClockTextColor ######
CommandClockBorderColor ######
CommandClockTextFontFace {font name}
CommandClockNotMoveable				;disable drag
CommandClockNotAlwaysOnTop
CommandClockHiddenOnStart			;show with !togglecommand
CommandClockNoCursorChange			;stops cursor from changing to text select cursor
CommandClockSelectAllOnFocus			;selects everything in box when box gains focus
CommandClockSelectAllOnMouseFocus		;selects everything in box when box gains focus by clicking
CommandClockBackground c:\path\to\bg.bmp	;path to bg image, will look in images folder if path is not absolute
CommandClockString "%{#}{character}"		;for most basic settings use CommandClockString "%#c"
;see above for clock character options
CommandClockScrollWinAmpTitle			;scrolls the current WinAmp title if WinAmp's "Scroll Song Title in Windows Taskbar" preference is on, takes precedence over the clock (if the clock is on)
CommandClockTransparentEditBox			;makes the box transparent to the background
CommandClockHideOnUnfocus			;hides LSXCommandClock when it loses keyboard focus
CommandClockOffsetX {0,1,2}			;serves as starting point for CommandClockX, 0-start at extreme left, 1-start at center, 2-start at extreme right
CommandClockOffsetY {0,1,2}			;serves as starting point for CommandClockY, 0-start at extreme top, 1-start at middle, 2-start at extreme bottom
CommandClockBevelBorder
!ToggleCommandClock				;shows/hides the clock box
!FocusCommandClock				;gives focus to clock box
!CommandClockShow				;shows clock box but does not give it focus
!CommandClockHide				;hides clock box
!CommandClockMove # # {home}			;moves the box # pixels to left/right and # pixels up/down, if there is only one # it is moved horizontally, if no parameters it is moved to the current cursor position, home moves it to the original step.rc position
!CommandClockToggleTimer			;toggles whether the Winamp title or the clock takes precedence
;the following are commands for Alterscript
LoadScript c:\path\to\scriptname.rc		;do not do LoadScript c:\litestep\step.rc
;scriptname.rc commands (or you can add these to the step.rc I think)
*CustomBang !{bang name} {command}|{command}|{command}	;{command} can be a path or a bang command
;for information on configuring your search engine list see the readme and the engines.list file